build(deps): bump actions/setup-java from 5.6.0 to 6.0.0 - #1640
Merged
WilliamBergamin merged 4 commits intoSep 8, 2026
Conversation
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5.6.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@03ad4de...dd06d9c) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
setup-java v6.0.0 removed the deprecated `adopt` distribution alias (AdoptOpenJDK was renamed to Eclipse Temurin). With the action bumped to v6, `distribution: "adopt"` fails fast with "No supported distribution was found for input adopt" before any build runs. Rename to "temurin" (the direct successor) in ci-build.yml and release.yml so the v6 bump passes CI. ❤️ Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
setup-java v6 resolves the temurin (Eclipse Adoptium) distribution against an API whose catalog does not include the old non-LTS interim releases. JDK 8 and 17 are present (those matrix rows pass), but JDK 14 is not, so `distribution: temurin` fails the 14 row with "No matching version found for SemVer '14'. Distribution: Temurin-Hotspot". Azul Zulu still publishes those interim builds (Zulu 14.0.2 is served by the Azul Metadata API that v6 uses for the zulu distribution), so point both workflows at zulu. Zulu also covers 8 and 17, so this keeps the 8/14/17 CI matrix green and keeps release.yml (JDK 17) on the same distribution. Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
WilliamBergamin
approved these changes
Sep 8, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1640 +/- ##
============================================
- Coverage 72.84% 72.72% -0.13%
+ Complexity 4535 4530 -5
============================================
Files 482 482
Lines 14425 14425
Branches 1512 1512
============================================
- Hits 10508 10490 -18
- Misses 3022 3039 +17
- Partials 895 896 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. |
WilliamBergamin
deleted the
dependabot/github_actions/actions/setup-java-6.0.0
branch
September 8, 2026 16:55
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps actions/setup-java from 5.6.0 to 6.0.0.
Release notes
Sourced from actions/setup-java's releases.
... (truncated)
Commits
dd06d9cPrepare documentation for v6 release (#1253)59b3450chore(deps): combine open Dependabot npm updates (#1252)b96213dSet default signature verification for supported distributions (#1246)1dbac3cdocs: expose contributing guide to GitHub (#1245)11741d6ci: constrain cache e2e job modes (#1244)ff99aa1Fix Oracle macOS E2E version (#1243)416c6d1Add Red Hat Build of OpenJDK support (#1241)5f75b27Add Maven dependency-resolution repositories (#1240)a42a52cAdd multiple Maven server credentials (#1239)fb4abd7test: cover JDK 26 from SDKMAN (#1238)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)